projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fcda26f
)
*** empty log message ***
author
Kenichi Handa
<handa@m17n.org>
Fri, 15 Dec 2000 08:30:10 +0000
(08:30 +0000)
committer
Kenichi Handa
<handa@m17n.org>
Fri, 15 Dec 2000 08:30:10 +0000
(08:30 +0000)
src/ChangeLog
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 043963d3c11b0162fe882e66c8e0e48fccfb2c58..eb956c482b9c786dd3497f9e00e5628886a6760c 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-2,6
+2,10
@@
* coding.c (setup_coding_system): Clear all members of the struct
coding_system at first.
+ (detect_coding): Call detect_coding_mask with a correct MULTIBYTEP
+ argument.
+ (code_convert_region): Don't override coding->src_multibyte and
+ coding->dst_multibyte.
* fns.c (Fmd5): Docstring improved.